projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a65dd
)
* minibuf.c: Include intervals.h.
author
Ken Raeburn
<raeburn@raeburn.org>
Tue, 5 Dec 2000 20:36:44 +0000
(20:36 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Tue, 5 Dec 2000 20:36:44 +0000
(20:36 +0000)
src/ChangeLog
patch
|
blob
|
history
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 52f133910e4cc1e40dd85fb95b9553d456bf11dd..48d3a88a9776e6069ab72d2babdf903d236faca0 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2000-12-05 Ken Raeburn <raeburn@gnu.org>
+
+ * minibuf.c: Include intervals.h.
+
2000-12-05 Jason Rumney <jasonr@gnu.org>
* w32term.c (x_produce_glyphs): If a font for a component of
diff --git
a/src/minibuf.c
b/src/minibuf.c
index 3062f23e8ef7868b22391177c0f1da58760efdda..9809a3232c4638d311ba49a3f57aa18c00882497 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-31,6
+31,7
@@
Boston, MA 02111-1307, USA. */
#include "frame.h"
#include "window.h"
#include "syntax.h"
+#include "intervals.h"
#define min(a, b) ((a) < (b) ? (a) : (b))